home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / misc / MultiRen.lha / MultiRen / Plugins / MP3-Info.readme < prev    next >
Encoding:
Text File  |  2000-05-10  |  1.2 KB  |  50 lines

  1. MP3-Info plugin v1.0 by Deniil 715! for MultiRen
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This plugin can extract all standard information from Mpeg Audio
  5. files (MP3).
  6. It can extract:
  7. Version;
  8.   The version is returned as 'MPEG-1' or 'MPEG-2'.
  9.   I have no doc on how to get version MPEG-2.5 yet...
  10.  
  11. Layer;
  12.   The layer is returned as 'I', 'II' or 'III' for layer 1,2 and 3.
  13.  
  14. Frequency;
  15.   This is returned in hertz like '44100' for 44.1kHz.
  16.  
  17. Bitrate;
  18.   The bitrate is returned in kbps, that is '128' is returned for 128kbps.
  19.  
  20. Mode;
  21.   The modes: 'Stereo', 'Joint Stereo', 'Dual Channel' and 'Mono'
  22.   can be returned.
  23.  
  24. Emphasis;
  25.   This is returned as: 'None', '50/15ms' or 'CCITT j.17'.
  26.  
  27. The 4 flags;
  28. These are returned as:
  29.   protection -> 'CRC'
  30.   copyright  -> 'Copyright'
  31.   private    -> 'Private'
  32.   original   -> 'Original'
  33.  
  34.   If a flag is not set an empty string is returned.
  35.  
  36. Minutes:
  37.   At least 2 digits. '03' for 3 minutes.
  38.  
  39. Seconds:
  40.   Always 2 digits, '45' for a rest of 45 seconds after the hole
  41.   minues has been removed.
  42.  
  43.  Combine these two as *A:*B if Minutes is *A and seconds *B and you
  44.  will get, in this example, '03:34' :)
  45.  
  46.  
  47. Place this plugin in the subdirectory Plugins/ of MultiRen.
  48.  
  49. My e-mail: deniil@algonet.se
  50.